google.golang.org/grpc/internal/transport.trInFlow.effectiveWindowSize (field)

3 uses

	google.golang.org/grpc/internal/transport (current package)
		flowcontrol.go#L83: 	effectiveWindowSize uint32
		flowcontrol.go#L113: 	atomic.StoreUint32(&f.effectiveWindowSize, f.limit-f.unacked)
		flowcontrol.go#L117: 	return atomic.LoadUint32(&f.effectiveWindowSize)